home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / findfi_1 / frmabout.frm (.txt) < prev    next >
Visual Basic Form  |  1999-05-21  |  4KB  |  129 lines

  1. VERSION 5.00
  2. Begin VB.Form frmAbout 
  3.    BorderStyle     =   3  'Fixed Dialog
  4.    Caption         =   "About ConceptV"
  5.    ClientHeight    =   2700
  6.    ClientLeft      =   2340
  7.    ClientTop       =   1935
  8.    ClientWidth     =   5730
  9.    ClipControls    =   0   'False
  10.    Icon            =   "frmAbout.frx":0000
  11.    LinkTopic       =   "Form2"
  12.    MaxButton       =   0   'False
  13.    MinButton       =   0   'False
  14.    Picture         =   "frmAbout.frx":08CA
  15.    ScaleHeight     =   1863.588
  16.    ScaleMode       =   0  'User
  17.    ScaleWidth      =   5380.766
  18.    ShowInTaskbar   =   0   'False
  19.    StartUpPosition =   2  'CenterScreen
  20.    Begin VB.CommandButton cmdOK 
  21.       Cancel          =   -1  'True
  22.       Caption         =   "OK"
  23.       Default         =   -1  'True
  24.       Height          =   345
  25.       Left            =   4320
  26.       TabIndex        =   0
  27.       Top             =   2280
  28.       Width           =   1260
  29.    End
  30.    Begin VB.Label lblDescription 
  31.       Caption         =   "ConceptV is a sample program the shows many visual effects that can be achieved in Visual Basic."
  32.       BeginProperty Font 
  33.          Name            =   "Times New Roman"
  34.          Size            =   8.25
  35.          Charset         =   0
  36.          Weight          =   700
  37.          Underline       =   0   'False
  38.          Italic          =   0   'False
  39.          Strikethrough   =   0   'False
  40.       EndProperty
  41.       ForeColor       =   &H00000000&
  42.       Height          =   645
  43.       Left            =   1080
  44.       TabIndex        =   4
  45.       Top             =   1080
  46.       Width           =   3885
  47.    End
  48.    Begin VB.Line Line1 
  49.       BorderColor     =   &H00808080&
  50.       BorderStyle     =   6  'Inside Solid
  51.       DrawMode        =   6  'Mask Pen Not
  52.       Index           =   1
  53.       X1              =   0
  54.       X2              =   5408.938
  55.       Y1              =   1325.218
  56.       Y2              =   1325.218
  57.    End
  58.    Begin VB.Label lblTitle 
  59.       BackStyle       =   0  'Transparent
  60.       Caption         =   "ConceptV Visual Basic Examples"
  61.       BeginProperty Font 
  62.          Name            =   "Times New Roman"
  63.          Size            =   8.25
  64.          Charset         =   0
  65.          Weight          =   700
  66.          Underline       =   0   'False
  67.          Italic          =   0   'False
  68.          Strikethrough   =   0   'False
  69.       EndProperty
  70.       ForeColor       =   &H00000000&
  71.       Height          =   480
  72.       Left            =   1050
  73.       TabIndex        =   2
  74.       Top             =   240
  75.       Width           =   3885
  76.    End
  77.    Begin VB.Line Line1 
  78.       BorderColor     =   &H00FFFFFF&
  79.       BorderWidth     =   2
  80.       Index           =   0
  81.       X1              =   0
  82.       X2              =   5408.938
  83.       Y1              =   1325.218
  84.       Y2              =   1325.218
  85.    End
  86.    Begin VB.Label lblVersion 
  87.       Caption         =   "Version 1.0"
  88.       BeginProperty Font 
  89.          Name            =   "Times New Roman"
  90.          Size            =   8.25
  91.          Charset         =   0
  92.          Weight          =   700
  93.          Underline       =   0   'False
  94.          Italic          =   0   'False
  95.          Strikethrough   =   0   'False
  96.       EndProperty
  97.       Height          =   225
  98.       Left            =   1080
  99.       TabIndex        =   3
  100.       Top             =   600
  101.       Width           =   3885
  102.    End
  103.    Begin VB.Label lblDisclaimer 
  104.       Caption         =   "Copyright 1999 - Sim Software"
  105.       BeginProperty Font 
  106.          Name            =   "Times New Roman"
  107.          Size            =   8.25
  108.          Charset         =   0
  109.          Weight          =   700
  110.          Underline       =   0   'False
  111.          Italic          =   0   'False
  112.          Strikethrough   =   0   'False
  113.       EndProperty
  114.       ForeColor       =   &H00000000&
  115.       Height          =   345
  116.       Left            =   240
  117.       TabIndex        =   1
  118.       Top             =   2400
  119.       Width           =   2670
  120.    End
  121. Attribute VB_Name = "frmAbout"
  122. Attribute VB_GlobalNameSpace = False
  123. Attribute VB_Creatable = False
  124. Attribute VB_PredeclaredId = True
  125. Attribute VB_Exposed = False
  126. Private Sub cmdOK_Click()
  127. Me.Hide
  128. End Sub
  129.